IMAPIForm
: IUnknown
The IMAPIForm
interface is implemented by form servers for the benefit of form viewers. Its
methods are used to work with form view contexts and form notification, to
perform form verbs, and to shut down forms.
Quick Info
Header
file: |
MAPIFORM.H |
Exposed by: |
Form
objects |
Implemented
by: |
Form
servers |
Called by: |
Form
viewers |
Corresponding
pointer type: |
LPMAPIFORM |
Vtable Order
SetViewContext |
Sets a form
view context as the current view context for a form. |
GetViewContext |
Returns the
current view context for a form. |
ShutdownForm |
Closes a
form. |
DoVerb |
Requests a
form object perform one of its verbs. |
Advise |
Registers a
form viewer for notifications about changes to a form. |
Unadvise |
Removes a
form viewer s registration for notification of form object changes previously
established with a call to the IMAPIForm::Advise method. |